Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.social.workspace.notifications--notifications

This contribution is part of XML component org.nuxeo.ecm.social.workspace.notifications inside nuxeo-social-workspace-core-5.8.jar

Extension Point

Extension point notifications of component NotificationService.

Contributed Items

  • <notification autoSubscribed="true" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.subscriptions.updated" name="Social Subscriptions updated" subject="New subscription" template="subscriptionsUpdated">
          <event name="subscriptionAssigned"/>
        </notification>
  • <notification autoSubscribed="false" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.modif" name="Social Modification" subject="${docTitle} has been modified by ${author}" template="modif">
          <event name="documentModified"/>
        </notification>
  • <notification autoSubscribed="false" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.create" name="Social Creation" subject="${docTitle} has been created by ${author}" template="modif">
          <event name="documentCreated"/>
        </notification>
  • <notification autoSubscribed="false" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.workflow" name="Social Workflow Change" subject="Workflow event" template="workflow">
          <event name="workflowNewProcessStarted"/>
          <event name="workflowProcessEnded"/>
          <event name="workflowProcessCanceled"/>
          <event name="workflowAbandoned"/>
          <event name="workflowTaskCompleted"/>
          <event name="workflowTaskRejected"/>
          <event name="workflowTaskAssigned"/>
        </notification>
  • <notification autoSubscribed="false" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.appReviewStarted" name="Social Approbation review started" subject="Review started for ${docTitle}" template="aprobationWorkflowStarted">
          <event name="workflowNewProcessStarted"/>
        </notification>
  • <notification autoSubscribed="true" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.taskAssigned" name="Social Task assigned" subject="Task Assigned for ${docTitle}" template="workflowTaskAssigned">
          <event name="workflowTaskAssigned"/>
        </notification>
  • <notification autoSubscribed="false" availableIn="SocialWorkspace" channel="email" enabled="true" label="notifications.name.Comments" name="Social CommentPublication" subject="Comment published" template="comment">
          <event name="commentPublished"/>
        </notification>

XML Source

<extension point="notifications" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService">

    <notification autoSubscribed="true" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.subscriptions.updated" name="Social Subscriptions updated" subject="New subscription" template="subscriptionsUpdated">
      <event name="subscriptionAssigned"/>
    </notification>

    <notification autoSubscribed="false" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.modif" name="Social Modification" subject="${docTitle} has been modified by ${author}" template="modif">
      <event name="documentModified"/>
    </notification>

    <notification autoSubscribed="false" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.create" name="Social Creation" subject="${docTitle} has been created by ${author}" template="modif">
      <event name="documentCreated"/>
    </notification>

    <notification autoSubscribed="false" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.workflow" name="Social Workflow Change" subject="Workflow event" template="workflow">
      <event name="workflowNewProcessStarted"/>
      <event name="workflowProcessEnded"/>
      <event name="workflowProcessCanceled"/>
      <event name="workflowAbandoned"/>
      <event name="workflowTaskCompleted"/>
      <event name="workflowTaskRejected"/>
      <event name="workflowTaskAssigned"/>
    </notification>

    <notification autoSubscribed="false" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.appReviewStarted" name="Social Approbation review started" subject="Review started for ${docTitle}" template="aprobationWorkflowStarted">
      <event name="workflowNewProcessStarted"/>
    </notification>

    <notification autoSubscribed="true" availableIn="SocialWorkspace" channel="email" enabled="true" label="label.nuxeo.notifications.taskAssigned" name="Social Task assigned" subject="Task Assigned for ${docTitle}" template="workflowTaskAssigned">
      <event name="workflowTaskAssigned"/>
    </notification>

    <notification autoSubscribed="false" availableIn="SocialWorkspace" channel="email" enabled="true" label="notifications.name.Comments" name="Social CommentPublication" subject="Comment published" template="comment">
      <event name="commentPublished"/>
    </notification>

  </extension>